home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineButton2_1475 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  126 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    t = new Sound(this);
  4.    t.attachSound("Password2");
  5.    t.start(0,99);
  6.    stop();
  7. }
  8.